SipClientSendAsynchRequest Method |
Sends request to a client or server and does not wait for the response.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Request SendAsynchRequest(
Request request
)
Public Function SendAsynchRequest (
request As Request
) As Request
Parameters
- request
- Type: Independentsoft.SipRequest
A request to send.
Return Value
Type:
RequestThe
Request sent.
See Also